home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / EasyPatch / EasyPatch.doc < prev    next >
Text File  |  1996-09-26  |  5KB  |  229 lines

  1.  
  2.  
  3.                              EasyPatch 0.78ß 
  4.  
  5.  
  6.                     Copyright 1995 by Alessandro Zummo
  7.  
  8.                             All Rights Reserved
  9.  
  10.                                Beta-Version
  11.  
  12.  
  13.                                  ShareWare
  14.  
  15.  
  16. -------------------------------------------------------------------------------
  17.                           This application uses
  18.  
  19.  
  20.                         MUI - MagicUserInterface
  21.  
  22.                 (c) Copyright 1993/94 by Stefan Stuntz
  23.  
  24.  
  25. MUI is a system to generate and maintain graphical user interfaces. With
  26. the  aid  of  a  preferences program, the user of an application has the
  27. ability to customize the outfit according to his personal taste.
  28.  
  29. MUI is distributed as shareware. To obtain a complete package containing
  30. lots of examples and more information about registration please look for
  31. a  file  called  "muiXXusr.lha"  (XX means the latest version number) on
  32. your local bulletin boards or on public domain disks.
  33.  
  34.           If you want to register directly, feel free to send
  35.  
  36.  
  37.                          DM 30.-  or  US$ 20.-
  38.  
  39.                                   to
  40.  
  41.                              Stefan Stuntz
  42.                         Eduard-Spranger-Straße 7
  43.                              80935 München
  44.                                 GERMANY
  45. -------------------------------------------------------------------------------
  46.  
  47.  
  48.  
  49.   INTRODUCTION
  50.   ============
  51.  
  52.      Load your preferred UnRegistered Shareware program....
  53.                          ------------
  54.  
  55.      ..... don't forget to click on the Shareware 
  56.      (MUI|Intuition|ReqTools) requester....
  57.  
  58.      EasyPatch is able to DESTROY those requesters.
  59.                           -+-+-+-
  60.  
  61.  
  62.   HOW IT WORKS
  63.   ============
  64.  
  65.      It's Easy... it uses SetFunction()..
  66.  
  67.  
  68.   FEATURES
  69.   ========
  70.  
  71.       EesyPatch is able to patch:
  72.  
  73.         Intuition (EasyRequest & AutoRequest) requesters..
  74.  
  75.         MUI requesters...
  76.  
  77.           ReqTools requesters...
  78.  
  79.       EasyPatch is a commodity.
  80.  
  81.       EasyPatch can be killed with a control-c
  82.  
  83.  
  84.  TEMPLATE
  85.  ========
  86.  
  87.     EasyPatch :)
  88.  
  89.  
  90.  CONFIG
  91.  ======
  92.  
  93.     The template of the config file is:
  94.  
  95.     TITLE/A,TEXT/A,RC=RETURNCODE/N,AT=ALL_TOGETHER/S,CS=CASE_SENSITIVE/S: 
  96.  
  97.  
  98.     All AmigaDos wildcards are supported
  99.  
  100.     Examples:
  101.  
  102.  
  103.     #?Alex#? #?Kill#? AT
  104.  
  105.  
  106.     EasyPatch destroys all requesters that have Alex in the title
  107.     *AND* Kill in the text.
  108.  
  109.     #?Alex#? #?Kill#?
  110.  
  111.  
  112.     EasyPatch destroys all requesters that have Alex in the title
  113.     *OR* Kill in the text.
  114.  
  115.  
  116.     #?Alex#? #?Kill#? AT RC=3
  117.  
  118.  
  119.     EasyPatch destroys all requesters that have Alex in the title
  120.     *AND* Kill in the text and returns 3 to the function.
  121.  
  122.     
  123.     CS..... CASE SENSITIVE MODE ON!
  124.  
  125.  
  126.     How to calculate RC
  127.     -------------------
  128.  
  129.  
  130.       +---------------------------+
  131.       |Alex                       |
  132.       +---------------------------+
  133.       |                           |
  134.       |                           | 
  135.       |          KILL!            |
  136.       |                           |
  137.       |                           |
  138.       |                           |
  139.       | Gad1 Gad2 Gad3 Gadn Gad0  |
  140.       +---------------------------+
  141.  
  142.         Gad? are gadgets....
  143.  
  144.         The RC for Gad 1 is 1
  145.         The RC for Gad 2 is 2
  146.         The RC for Gad n is n
  147.  
  148.  
  149.         The RC for the last gadget is 0
  150.  
  151.  
  152.         So, if you want that EasyPatch presses the second gadget (Gad2)
  153.         write RC=2
  154.  
  155.  
  156.   TOOLTYPES
  157.   =========
  158.  
  159.     Name                 Default             Type       Description
  160.  
  161.  
  162.     CX_HOTKEY            lcommand esc     STRING    Enable/Disable EasyPatch
  163.     CX_PRIORITY         0                 NUMERIC   The priority of the commodity 
  164.        INTUITIONPATCH      YES              BOOL      Patch Intuition?
  165.     MUIPATCH            NO               BOOL      Patch MuiMaster?
  166.     REQTOOLSPATCH       NO               BOOL       Patch ReqTools?
  167.     WARNIFNOEXIT        YES              BOOL      Is something goes wrong...
  168.     PATCHLIST            s:EasyPatch.List STRING    The config file...
  169.  
  170.  
  171.     ToolTypes can also be used as arguments for EasyPatch:
  172.  
  173.  
  174.     EasyPatch "CX_HOTKEY=esc"  
  175.               ^             ^
  176.  
  177.   OTHER UTILITIES
  178.   ==============
  179.  
  180.  
  181.     EasyList     - Lists the requesters that should be killed
  182.  
  183.     EasyAdd      - Add a requester to the list (Registered users only)
  184.  
  185.     EasyRemove   - Remove a requester from the list (Registered users only)
  186.  
  187.     EasyExChange - A MUI program to manage the list (In the future...)
  188.  
  189.         
  190.     These utilities are Copyright © 1995 by Alessandro Zummo
  191.  
  192.         
  193.   LIMITATIONS
  194.   ===========
  195.  
  196.     You can kill only 4 requesters.
  197.  
  198.  
  199.     
  200.   SHAREWARE
  201.   =========
  202.  
  203.       Actually there is no way to register this program... 
  204.     is only a Beta version!
  205.       
  206.  
  207.     But... Give a future to this program,
  208.     write a message to:
  209.  
  210.  
  211.     Fidonet:
  212.  
  213.         Alessandro Zummo 2:335/525.10 (Preferred)
  214.  
  215.     Internet:
  216.  
  217.         Alessandro.Zummo@p10.f525.n335.z2.fidonet.org (Fido <-> Internet Gate)
  218.  
  219.  
  220.     
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229. ...Continue?